home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / rbb2drwy.zip / RBB2DRWY.DOC < prev    next >
Text File  |  1990-06-20  |  4KB  |  94 lines

  1.  
  2.  
  3.  
  4.                               RBB2DRWY
  5.  
  6.  
  7. The program DOORWAY, by Marshall Dudley, can be very useful when running a
  8. door with RBBS but unfortunately RBBS writes its DORINFO?.DEF file in a
  9. format that DOORWAY is unable to understand.  This means that none of
  10. the information from RBBS is easily available to DOORWAY.  The program
  11. RBB2DRWY.COM solves this problem by translating DORINFO?.DEF into the
  12. DOOR.SYS format which DOORWAY does understand.
  13.  
  14. Syntax:
  15.  
  16.    RBB2DRWY  S/A  [ path\input file  path\output file ]
  17.  
  18. Parameters:
  19.  
  20. S/A   Silent or Alarm      The RBBS DORINFO.DEF file doesn't say whether
  21. a users's preference is Silent operation or having the Alarm turned on so
  22. this MUST be given as command line parameter when running RBB2DRWY.  The
  23. /A: switch on DOORWAY's command line will override the DOOR.SYS file setting.
  24.  
  25. The file names and paths must be given in the above order but they are
  26. optional.  If RBB2DRWY is given neither parameter it will look for
  27. DORINFO1.DEF and also write DOOR.SYS in the current default directory. You
  28. can't just give the path to the default file names, if you give it anything
  29. you must supply the path and the exact file name.  If you give it both
  30. path/files it will read and write those files.  If you give it only an one
  31. path/file it will assume it is the input file, look for that file, and still
  32. write DOOR.SYS to the default directory.  This should make it possible to
  33. look for DORINFO?.DEF files from different nodes.
  34.  
  35. Running the program with no parameters will display syntax information.
  36.  
  37.  
  38.  
  39. The command  RBB2DRWY S  will make the following conversion:
  40.  
  41. This is the format of the original DORINFO1.DEF file:
  42.  
  43. SOFTEXT             The name of the RBBS-PC system
  44. JAMES               The SYSOP's first name
  45. MACDONALD           The SYSOP's last name
  46. COM2                The communications port being used
  47. 2400 BAUD,N,8,1     The baud rate and parity the caller logged on at
  48.  0                  The network type (if any) RBBS-PC is running in
  49. BILL                The caller's first name
  50. FOLGER              The caller's last name
  51. WASHINGTON, DC      The city and state the caller is from
  52.  1                  The caller's graphics preference
  53.  20                 The caller's security level
  54.  37                 The caller's time remaining in the current session
  55.  0                  Whether a fossil driver is in use
  56.  
  57.  
  58. Most of the information is thrown away and the following DOOR.SYS file
  59. is created.
  60.  
  61. BILL FOLGER         The user's first and last name
  62. 2                   The communications port
  63. 2400                The baud rate the port needs to be opened at
  64. 37                  The time remaining
  65. M                   M for mono (alternative is G for graphics)
  66. S                   S for silent (alternative is A for alarm)
  67.  
  68.  
  69. If a user's setting for graphics in RBBS is None or ASCII the DOOR.SYS file
  70. will be set to Mono, if they have selected Color (ANSI for RBBS) it will be
  71. set to Graphics (ANSI for DOORWAY).  Some programs require that ANSI be set
  72. on to operate properly with DOORWAY.  The /G: switch on DOORWAY's command
  73. line will override the DOOR.SYS file setting.
  74.  
  75. The author, of course, delivers this program "as is" and takes absolutely no
  76. responsibility for any damages direct or consequential that may result from
  77. its use.  It may be distributed free in an unmodified form, but it may not
  78. be resold nor distributed with any commercial product or service.  The
  79. author wants no payment whatsoever for its NON-COMMERCIAL use.  It may be
  80. used in a commercial environment (eg. business, government, non-profit
  81. corporations or associations) for a trial period of 30 days.  For continued
  82. commercial use send the author a site license fee of $10.  Please send
  83. payments, comments, or questions to:
  84.  
  85.  
  86.  
  87.                           James MacDonald
  88.                           4021 Davis Pl NW
  89.                           Washington, DC  20007
  90.  
  91.                                or call
  92.  
  93.                    SOFTEXT BBS   - -   (202) 337-1827
  94.